home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / avmnfax / source / simplestdtail.avmsrc < prev    next >
Text File  |  1995-03-09  |  3KB  |  188 lines

  1. startrecord=true
  2. label=
  3. nodetype=14
  4. comment=This is the standard tail
  5. nextactiontype=2
  6. nextactionaction=exit
  7. endrecord=true
  8. startrecord=true
  9. label=
  10. nodetype=7
  11. filename=avm:rexx/logfunctions.avm
  12. nextactiontype=3
  13. nextactionaction=
  14. endrecord=true
  15. startrecord=true
  16. label=
  17. nodetype=7
  18. filename=avm:rexx/debugfunctions.avm
  19. nextactiontype=3
  20. nextactionaction=
  21. endrecord=true
  22. startrecord=true
  23. label=
  24. nodetype=7
  25. filename=avm:rexx/mailboxfunctions.avm
  26. nextactiontype=3
  27. nextactionaction=
  28. endrecord=true
  29. startrecord=true
  30. label=stdabort
  31. nodetype=8
  32. line1=
  33. line2=
  34. line3=
  35. line4=
  36. line5=
  37. line6=
  38. line7=
  39. line8=
  40. line9=
  41. line10=
  42. nextactiontype=2
  43. nextactionaction=exit
  44. endrecord=true
  45. startrecord=true
  46. label=stdbusy
  47. nodetype=8
  48. line1=
  49. line2=
  50. line3=
  51. line4=
  52. line5=
  53. line6=
  54. line7=
  55. line8=
  56. line9=
  57. line10=
  58. nextactiontype=2
  59. nextactionaction=exit
  60. endrecord=true
  61. startrecord=true
  62. label=stderror
  63. nodetype=8
  64. line1=
  65. line2=
  66. line3=
  67. line4=
  68. line5=
  69. line6=
  70. line7=
  71. line8=
  72. line9=
  73. line10=
  74. nextactiontype=2
  75. nextactionaction=exit
  76. endrecord=true
  77. startrecord=true
  78. label=stdtimedout
  79. nodetype=8
  80. line1=
  81. line2=
  82. line3=
  83. line4=
  84. line5=
  85. line6=
  86. line7=
  87. line8=
  88. line9=
  89. line10=
  90. nextactiontype=2
  91. nextactionaction=exit
  92. endrecord=true
  93. startrecord=true
  94. label=stdfaxinstruct
  95. nodetype=1
  96. filename='avm:voices/FaxStarting'
  97. comment=Please press the start button on your fax machine now.
  98. keyactiontype=2
  99. keyactionaction=call checkifabort
  100. faxactiontype=3
  101. faxactionaction=
  102. dataactiontype=3
  103. dataactionaction=
  104. busyactiontype=0
  105. busyactionaction=stdbusy
  106. abortactiontype=0
  107. abortactionaction=stdabort
  108. erroractiontype=3
  109. erroractionaction=
  110. nextactiontype=3
  111. nextactionaction=
  112. endrecord=true
  113. startrecord=true
  114. label=stdfax
  115. nodetype=8
  116. line1=faxscript = getclip(address() || 'FAXSCRIPT')
  117. line2=if faxscript = '' then faxscript = 'handlefax'
  118. line3=if symbol('mailbox') = 'VAR' then address rexx faxscript address() mailbox
  119. line4=else address rexx faxscript address() 'anonymous'
  120. line5=
  121. line6=
  122. line7=
  123. line8=
  124. line9=
  125. line10=
  126. nextactiontype=2
  127. nextactionaction=exit
  128. endrecord=true
  129. startrecord=true
  130. label=stddatainstruct
  131. nodetype=1
  132. filename='avm:voices/DataStarting'
  133. comment=Please type in ATD followed by a carriage return.  Then, put down the handset.
  134. keyactiontype=2
  135. keyactionaction=call checkifabort
  136. faxactiontype=3
  137. faxactionaction=
  138. dataactiontype=3
  139. dataactionaction=
  140. busyactiontype=0
  141. busyactionaction=stdbusy
  142. abortactiontype=0
  143. abortactionaction=stdabort
  144. erroractiontype=3
  145. erroractionaction=
  146. nextactiontype=3
  147. nextactionaction=
  148. endrecord=true
  149. startrecord=true
  150. label=stddata
  151. nodetype=8
  152. line1=datascript = getclip(address() || 'DATASCRIPT')
  153. line2=if datascript = '' then datascript = 'handledata'
  154. line3=if symbol('mailbox') = 'VAR' then address rexx datascript address() mailbox
  155. line4=else address rexx datascript address()
  156. line5=
  157. line6=
  158. line7=
  159. line8=
  160. line9=
  161. line10=
  162. nextactiontype=2
  163. nextactionaction=exit
  164. endrecord=true
  165. startrecord=true
  166. label=checkifabort
  167. nodetype=4
  168. timeout=3
  169. numkeys=1
  170. untilkey=0
  171. keyactiontype=2
  172. keyactionaction=if value = '*' then signal stdabort
  173. faxactiontype=3
  174. faxactionaction=
  175. dataactiontype=3
  176. dataactionaction=
  177. busyactiontype=0
  178. busyactionaction=stdbusy
  179. timedoutactiontype=3
  180. timedoutactionaction=
  181. abortactiontype=0
  182. abortactionaction=stdabort
  183. erroractiontype=0
  184. erroractionaction=stderror
  185. nextactiontype=2
  186. nextactionaction=return
  187. endrecord=true
  188.